[DEPRECATED] This endpoint is deprecated and will be removed in the future. This endpoint is used to submit a request for table recognition. The detected tables will be returned, as well as their parsed structure.
The maximum number of pages in the PDF to convert.
The page range to parse, comma separated like 0,5-10,20. This will override max_pages if provided. Example: '0,2-4' will process pages 0, 2, 3, and 4.
The output format for the table. Can be 'json', 'html', or 'markdown'. Defaults to 'markdown'.
Skip the cache and re-run the inference. Defaults to False. If set to True, the cache will be skipped and the inference will be re-run.
Whether to paginate the output. Defaults to False. If set to True, each page of the output will be separated by a horizontal rule that contains the page number (2 newlines, {PAGE_NUMBER}, 48 - characters, 2 newlines).
Input PDF, word document, powerpoint, or image file, uploaded as multipart form data. Images must be png, jpg, or webp format.
Successful Response
The ID of the request. This ID can be used to check the status of the request.
The URL to check the status of the request and get results.
Whether the request was successful.
If the request was not successful, this will contain an error message.
A dictionary of the versions of the libraries used in the request.